From: Andreas Tille Date: Thu, 22 Jun 2023 07:52:33 +0000 (+0200) Subject: Fix postrm X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~28^2~16 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b3a5215a3c653d2de209aec3fc3cee3e186a2eb7;p=dcmtk.git Fix postrm --- diff --git a/debian/changelog b/debian/changelog index 07333eeb..b63726cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +dcmtk (3.6.7-9) UNRELEASED; urgency=medium + + * Team upload. + * Fix postrm + Closes: #1038776 + + -- Andreas Tille Thu, 22 Jun 2023 09:51:59 +0200 + dcmtk (3.6.7-8) unstable; urgency=medium * d/patches: Fix CVE-2022-43272. Closes: #1027165 diff --git a/debian/dcmtk.postrm b/debian/dcmtk.postrm index 98e717c9..b8efc7e4 100644 --- a/debian/dcmtk.postrm +++ b/debian/dcmtk.postrm @@ -15,7 +15,7 @@ if [ "$1" = "purge" ] ; then fi if [ -d /var/lib/dcmtk/db/STORESCP ]; then - rm -f /var/lib/dcmtk/db/STORESCP + rm -rf /var/lib/dcmtk/db/STORESCP fi fi